home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-12 / htscan17.zip / EXAMPLES.ZIP / HTSCAN.MSG < prev    next >
Text File  |  1992-04-16  |  6KB  |  130 lines

  1. ;===========================================================================
  2. ;    Example message file for HTScan version 1.17
  3. ;    Revision: 920416
  4. ;===========================================================================
  5. ; Usage:
  6. ;  With this message file you may specify your own message to be displayed
  7. ;  after HTScan ended. Which of the message will be displayed depends on
  8. ;  the errorlevel of HTScan.
  9. ;
  10. ;  Place this file in the current directory or the same directory as 
  11. ;  HTSCAN.EXE
  12. ;
  13. ;  Everything after a ";" is treated as comment. So, a line starting with
  14. ;  ";" is ignored.
  15. ;
  16. ;  If you don't know what to do with HTScan.MSG, just delete it.
  17. ;
  18. ;  A line starting with ";"  is treated as comment.
  19. ;  A line starting with "#"  contains a  range of errorlevels.
  20. ;  A line starting with "%"  should be displayed.
  21. ;  A line starting with "$"  contains a command on position 2.
  22. ;    Valid commands are:
  23. ;      S.O.S,          { play S.O.S. continuously until a key is pressed }
  24. ;      Pause and       { pause until a key is pressed }
  25. ;      Beep            { beep }
  26. ;
  27. ;===========================================================================
  28. #0..0
  29. ;HTScan is ending with errorlevel 0..0
  30. ;  Normal termination. No viruses found.
  31. ;  No line from this file will be displayed.
  32. ;---------------------------------------------------------------------------
  33. #1..49
  34. ;HTScan is ending with errorlevel 1..49
  35. ;  One or more warnings issued.
  36. %
  37. %            ╒═════════════════════════════════════════════════╕
  38. %            │                                                 │
  39. %            │  HTScan found one or more compressed or         │
  40. %            │  self-extracting files.                         │
  41. %            │                                                 │
  42. %            ╘═════════════════════════════════════════════════╛
  43. ;---------------------------------------------------------------------------
  44. #50..74
  45. ;HTScan is ending with errorlevel 50..74
  46. ;  HTScan interrupted by user.
  47. %
  48. %            ╒═════════════════════════════════════════════════╕
  49. %            │                                                 │
  50. %            │  HTScan interrupted by user.                    │
  51. %            │                                                 │
  52. %            ╘═════════════════════════════════════════════════╛
  53. $Pause
  54. ;---------------------------------------------------------------------------
  55. #75..99
  56. ;HTScan is ending with errorlevel 75..99
  57. ;  HTScan aborted.
  58. %
  59. %            ╒═════════════════════════════════════════════════╕
  60. %            │                                                 │
  61. %            │  HTScan aborted.                                │
  62. %            │                                                 │
  63. %            ╘═════════════════════════════════════════════════╛
  64. $Pause
  65. ;---------------------------------------------------------------------------
  66. #100..149
  67. ;HTScan is ending with errorlevel 100..149
  68. ;  Operator error.
  69. %
  70. %            ╒═════════════════════════════════════════════════╕
  71. %            │                                                 │
  72. %            │  Operator error. Could be a unknown parameter.  │
  73. %            │  Please try again.                              │
  74. %            │                                                 │
  75. %            ╘═════════════════════════════════════════════════╛
  76. %
  77. $Pause
  78. ;---------------------------------------------------------------------------
  79. #150..174
  80. ;HTScan is ending with errorlevel 150..174
  81. ;  Error in signature-file.
  82. %
  83. %            ╒═════════════════════════════════════════════════╕
  84. %            │                                                 │
  85. %            │  HTScan has problems with the signature-file.   │
  86. %            │                                                 │
  87. %            │  Warn the system-operator. (Tel. xxxx)          │
  88. %            │                                                 │
  89. %            ╘═════════════════════════════════════════════════╛
  90. %
  91. $Pause
  92. ;---------------------------------------------------------------------------
  93. #175..199
  94. ;HTScan is ending with errorlevel 175..199
  95. ;  One or more trojans/jokes found.
  96. %
  97. %            ╒═════════════════════════════════════════════════╕
  98. %            │               *** Attention ***                 │
  99. %            │                                                 │
  100. %            │  HTScan detected one or more Trojans or Jokes.  │
  101. %            │                                                 │
  102. %            │  Do not proceed to work on this system until    │
  103. %            │  the system-operator (tel. xxxx) has cleaned    │
  104. %            │  this system.                                   │
  105. %            │                                                 │
  106. %            ╘═════════════════════════════════════════════════╛
  107. %
  108. $S.O.S
  109. ;---------------------------------------------------------------------------
  110. #200..255
  111. ;HTScan is ending with errorlevel 200..255
  112. ;  One or more viruses found.
  113. %
  114. %            ╒═════════════════════════════════════════════════╕
  115. %            │               *** Attention ***                 │
  116. %            │                                                 │
  117. %            │  HTScan detected one or more files to be        │
  118. %            │  infected with a virus.                         │
  119. %            │                                                 │
  120. %            │  Do not proceed to work on this system until    │
  121. %            │  the system-operator (tel. xxxx) has cleaned    │
  122. %            │  this system.                                   │
  123. %            │                                                 │
  124. %            ╘═════════════════════════════════════════════════╛
  125. %
  126. $S.O.S
  127. ;---------------------------------------------------------------------------
  128. ;End of HTScan.MSG
  129. ;===========================================================================
  130.